home *** CD-ROM | disk | FTP | other *** search
/ PC Media 2 / PC MEDIA CD02.iso / share / os2 / trid256 / readme.doc < prev    next >
Encoding:
Text File  |  1991-09-10  |  8.2 KB  |  213 lines

  1. Date: 09/10/91
  2.  
  3.  
  4.  
  5.                 TVGA 8800/8900/9000 Video Driver Package
  6.                        for OS/2 Version 1.2, 1.3
  7.  
  8.  
  9.  
  10. IMPORTANT: Before installing any of the programs in this package, make
  11.            sure that you read through this document once.
  12.  
  13.  
  14.  
  15. Download Info
  16. -------------
  17.  
  18.         If you download this file (PM16_256.ZIP) from Trident BBS, please
  19. use PKUNZIP utility to unpack it (well, you may not be able to read this
  20. file if you didn't).  Copy all the unpacked files to a 1.2 MB or 1.44 MB
  21. diskette.  Use the diskette every time you want to install a driver.
  22.  
  23.  
  24.  
  25.  
  26. Description:
  27. ------------
  28.  
  29.         The file named BVHTVGA.DLL is an enhanced version of BVHVGA.DLL,
  30. the OS/2 VGA driver which can be found in directory C:\OS2\DLL.  The purpose
  31. of offering this driver is to exploit the extended features provided on TVGA
  32. chips.  The driver takes care of setting up extended TVGA text and graphics
  33. modes, loading TVGA fonts, 256 color DACs, save/restore screens, HiColor
  34. support, etc.
  35.  
  36.         The file W800.DLL is a customized PM display driver which supports
  37. the 800x600-16 color mode PM session.  This file (if 800x600 16 color mode
  38. is chosen as the desired display mode) will replace the default DISPLAY.DLL
  39. (640x480-16 color standard VGA mode) file in directory C:\OS2\DLL.
  40.  
  41.         The file W1024.DLL is a customized PM display driver which supports
  42. the 1024x768-16 color mode PM shell.  This file will replace the default
  43. DISPLAY.DLL file in directory C:\OS2\DLL.
  44.  
  45.         The file T640.DLL is a customized PM display driver which supports
  46. the 640x480-256 color mode PM shell.  This file will replace the default
  47. DISPLAY.DLL file in directory C:\OS2\DLL.
  48.  
  49.         The file T800.DLL is a customized PM display driver which supports
  50. the 800x600-256 color mode PM shell.  This file will replace the default
  51. DISPLAY.DLL file in directory C:\OS2\DLL.
  52.  
  53.         The file T1024.DLL is a customized PM display driver which supports
  54. the 1024x768-256 color mode PM shell.  This file will replace the default
  55. DISPLAY.DLL file in directory C:\OS2\DLL.
  56.  
  57.         All these PM display drivers (i.e. W800.DLL, W1024.DLL, T640,
  58. T800 and T1024) are dependent on BVHTVGA.DLL.  That is, BVHTVGA.DLL must
  59. be installed first.  Only one of them may be installed at a time.  Please
  60. note that the VGA monitor and the TVGA card (8800/8900/9000 chip with
  61. enough memory) should have the capability to support the corresponding
  62. resolution graphics. (See "Appendix")
  63.  
  64.         The driver package also provides a utility (OS2CRTC.EXE) for
  65. setting up monitor-specific video parameters in the driver.  When OS2CRTC
  66. is executed, it will generate a file called BVHCRTC.DLL on the TVGA OS/2
  67. driver diskette.  BVHCRTC.DLL is a variation of BVHTVGA.DLL, in terms of
  68. customized video parameters.  The OS2CRTC.EXE should be used in conjunction
  69. with the TVGACRTC.EXE utility.
  70.  
  71.         Another utility named SMODE.EXE is a set video mode program that
  72. can be run in DOS mode as well as OS/2 protected mode sessions.  In DOS
  73. mode, INT 10H is called.  In protected mode sessions, since OS/2 only
  74. supports text mode functions, graphics mode will be reset to text mode
  75. when SMODE terminates.
  76.  
  77.         When using PM default VGA display driver (DISPLAY.DLL), you
  78. may find a portion of PM screen is lost.  You can run PMFIX.EXE in
  79. the DOS box once after system boots up.
  80.  
  81.         BVHTVGA.DLL will provide a base for future TVGA Presentation
  82. Manager drivers.
  83.  
  84.         BVHTVGA.DLL may also be used as a substitute for PMFIX.
  85.  
  86.  
  87.  
  88.  
  89. Installation:
  90. ------------
  91.         0. Make a backup copy of the following OS/2 drivers:
  92.                         C:\OS2\DLL\BVHVGA.DLL
  93.                         C:\OS2\DLL\DISPLAY.DLL
  94.         1. If you have a TVGA 8800 installed, run 8800.EXE from DOS
  95.            mode.  This program will do nothing for TVGA 8900/9000.
  96.         2. If you need to adjust video parameters to customize
  97.            BVHTVGA.DLL, run OS2CRTC.EXE from DOS mode.
  98.         3. Switch to OS/2 protected mode session and start
  99.                         DDINSTAL
  100.         4. You will be prompt to insert a driver diskette in drive A.
  101.            Insert the TVGA OS/2 driver diskette, then hit the ENTER key.
  102.         5. There will be a list of driver choices shown on the screen.
  103.            Select the appropriate one (resolution and # of colors).
  104.         6. Follow the rest of the procedures.  You may be asked to insert
  105.            the OS/2 installation diskette in drive A. In this case,
  106.            do steps 7 and 8.
  107.         7. When you are prompted to press CTRL-ALT-DEL to restart the
  108.            system, do not remove the OS/2 installation disk from
  109.            drive A.
  110.         8. After system reboot, the driver installation will be completed.
  111.            Then, the system needs to re-boot once again.  This time,
  112.            remove the OS/2 installation disk from drive A.
  113.  
  114.  
  115.  
  116.  
  117. Usage of SMODE.EXE:
  118. ------------------
  119.  
  120.         The same as its DOS counterpart (from TVGA utility diskette).
  121. Type SMODE without any parameters to view the help screen.
  122.  
  123.  
  124.  
  125.  
  126. Usage of OS2CRTC.EXE:
  127. ---------------------
  128.  
  129.         Joint operation with TVGACRTC.EXE in DOS mode.  In OS/2, please
  130. run OS2CRTC.EXE instead of running TVGACRTC.EXE (which comes with TVGA
  131. driver/utility diskettes).  The file will first invoke the TVGACRTC.EXE
  132. (hence create TVGACRTC.SYS for OS/2 DOS mode), and then read the
  133. TVGACRTC.SYS to modify the video parameters in BVHTVGA.DLL and write
  134. the result to BVHCRTC.DLL.
  135.  
  136.  
  137.  
  138.  
  139. Appendix
  140.  
  141.         1.  Files on diskette:
  142.  
  143.                 README   DOC            -- Read this first
  144.                 BVHTVGA  DLL            -- OS/2 Base Video Handler
  145.                 W800     DLL            -- 800x600-16 color PM driver
  146.                 W1024    DLL            -- 1024x768-16 color PM driver
  147.                 T640     DLL            -- 640x480-256 color PM driver
  148.                 T800     DLL            -- 800x600-256 color PM driver
  149.                 T1024    DLL            -- 1024x768-256 color PM driver
  150.                 BVHCRTC  DLL            -- Alternative BVH for OS2CRTC
  151.                 BVHTVGA  DDP
  152.                 W800     DDP
  153.                 W1024    DDP
  154.                 T640     DDP
  155.                 T800     DDP
  156.                 T1024    DDP
  157.                 BVHCRTC  DDP
  158.                 OS2CRTC  EXE            -- BVH Video Parameter Patcher
  159.                 SMODE    EXE            -- OS/2 Session set mode utility
  160.                 OS2CRTC  DDP
  161.                 SMODE    DDP
  162.                 TVGACRTC EXE            -- Called by OS2CRTC.EXE
  163.                 8800     SYS            -- Video parameters for 8800
  164.                 TVGACRTC SYS
  165.                 TVGACRTC DAT
  166.                 8800     EXE            -- Video Parameter Patcher for 8800
  167.  
  168.  
  169.         2.  On board video memory requirements (8800/8900/9000)
  170.  
  171.                 driver          resolution      Min. mem (KB)
  172.  
  173.                 W800.DLL        800x600 -16          256
  174.                 W1024.DLL       1024x768-16          512
  175.                 T640.DLL        640x480 -256         512
  176.                 T800.DLL        800x600 -256        1024
  177.                 T1024.DLL       1024x768-256        1024
  178.  
  179.             Fail to comply with the above requirement may cause
  180.             system hangup during OS/2 boot.  In case this happens,
  181.             use a DOS diskette to boot from drive A, restore OS/2
  182.             default DISPLAY.DLL driver, then boot OS/2 again.
  183.  
  184.  
  185.         3.  Some useful tips for trouble shooting
  186.  
  187.                 . Use TVGA 8800/8900/9000 chips or newer
  188.                 . Use OS/2 PM 1.2, 1.3
  189.                 . Make sure your TVGA board has enough memory
  190.                 . Some monitors need special parameters,
  191.                   use OS2CRTC.EXE to obtain best result
  192.                 . If you choose to manually copy driver files to C:,
  193.                   boot DOS or boot from drive A:.
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201. Trident Microsystems, Inc.
  202. 205 Ravendale Dr.
  203. Mountain View, CA 94043
  204.  
  205. Phone: (415) 691-9211
  206. BBS:   (415) 691-1016   (Original distribution site for this package)
  207.  
  208.  
  209.  
  210. * This package if provided free by Trident Microsystems, Inc.  It can be
  211.   uploaded to any other electronic media for user downloading, provided
  212.   that no charge is made for it.
  213.